home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume91 / utilitys / sman_1_1 / part01 / src / compilation.notes < prev    next >
Text File  |  1991-07-29  |  1KB  |  21 lines

  1.  
  2.     First off, if you look in the dmakefile you will see reference
  3.     to a file noio_main.c.  This file is just the _main routine
  4.     that comes with the registered version of DICE with the stuff
  5.     to setup the stdio files removed, and it has exit() call _exit()
  6.     directly.  I have no license to go around releasing the the
  7.     source to Dillon's libraries, so I won't.  But you can easily
  8.     create the file yourself, or just remove all references to it
  9.     from the dmake file, and all that will happen is you will have
  10.     a slightly larger program.
  11.  
  12.     Besides that,  I made everything under 1.3,  but I have done
  13.     a couple of things that may make this difficult for you.  First
  14.     off, I have created a clib directory that has the prototypes
  15.     to all of the library calls in it.    This also allowed my to
  16.     created a registered args version of the 1.3 Amiga.lib linker
  17.     library.  The easiest thing to do would just be to make
  18.     a stack argument version, other than that, I leave it up
  19.     to your ingenuity.
  20.  
  21.